home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / CodeBank.exe / KfmCodeBank.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt < prev   
Encoding:
Text File  |  1999-12-23  |  2.7 KB  |  140 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 213
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Kaufman Code Bank - Options'
  7.   ClientHeight = 305
  8.   ClientWidth = 343
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 112
  22.     Top = 8
  23.     Width = 27
  24.     Height = 33
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object lblNothing1: TLabel
  29.     Left = 152
  30.     Top = 16
  31.     Width = 62
  32.     Height = 19
  33.     Caption = 'Options'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Bevel_1: TBevel
  42.     Left = 8
  43.     Top = 56
  44.     Width = 329
  45.     Height = 9
  46.     Shape = bsTopLine
  47.   end
  48.   object Bevel_2: TBevel
  49.     Left = 8
  50.     Top = 180
  51.     Width = 329
  52.     Height = 9
  53.     Shape = bsTopLine
  54.   end
  55.   object chkRememberPosition: TCheckBox
  56.     Left = 8
  57.     Top = 64
  58.     Width = 225
  59.     Height = 17
  60.     Caption = 'Remember window position when quitting'
  61.     TabOrder = 0
  62.   end
  63.   object fraToolbarOptions: TGroupBox
  64.     Left = 8
  65.     Top = 192
  66.     Width = 329
  67.     Height = 73
  68.     Caption = ' On startup, show the format toolbar... '
  69.     TabOrder = 1
  70.     object radDocked: TRadioButton
  71.       Left = 8
  72.       Top = 24
  73.       Width = 241
  74.       Height = 17
  75.       Caption = 'Docked to the main window'#39's toolbar'
  76.       TabOrder = 0
  77.     end
  78.     object radFloating: TRadioButton
  79.       Left = 8
  80.       Top = 48
  81.       Width = 241
  82.       Height = 17
  83.       Caption = 'Floating in an independant window'
  84.       TabOrder = 1
  85.     end
  86.   end
  87.   object btnOK: TButton
  88.     Left = 184
  89.     Top = 280
  90.     Width = 73
  91.     Height = 23
  92.     Caption = '&OK'
  93.     Default = True
  94.     TabOrder = 2
  95.     OnClick = btnOKClick
  96.   end
  97.   object btnCancel: TButton
  98.     Left = 264
  99.     Top = 280
  100.     Width = 73
  101.     Height = 23
  102.     Cancel = True
  103.     Caption = '&Cancel'
  104.     TabOrder = 3
  105.     OnClick = btnCancelClick
  106.   end
  107.   object chkOpenRecentFile: TCheckBox
  108.     Left = 8
  109.     Top = 88
  110.     Width = 225
  111.     Height = 17
  112.     Caption = 'Open last opened file on startup'
  113.     TabOrder = 4
  114.   end
  115.   object chkStartMax: TCheckBox
  116.     Left = 8
  117.     Top = 112
  118.     Width = 225
  119.     Height = 17
  120.     Caption = 'Start maximized'
  121.     TabOrder = 5
  122.   end
  123.   object chkWrapWords: TCheckBox
  124.     Left = 8
  125.     Top = 136
  126.     Width = 145
  127.     Height = 17
  128.     Caption = 'Wrap words on main form'
  129.     TabOrder = 6
  130.   end
  131.   object chkAutoShowOpen: TCheckBox
  132.     Left = 8
  133.     Top = 160
  134.     Width = 201
  135.     Height = 17
  136.     Caption = 'Auto show open file dialog on startup'
  137.     TabOrder = 7
  138.   end
  139. end
  140.